home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #16 / 2001 CD 16 (Black).iso / BeoPlayer / data1.cab / Executables / BeoTray.exe / 0 / RCDATA / TBEOPLAYERTRAYAPPLICATION / TBEOPLAYERTRAYAPPLICATION.txt < prev   
Encoding:
Text File  |  2001-08-09  |  1013 b   |  47 lines

  1. object BeoPlayerTrayApplication: TBeoPlayerTrayApplication
  2.   Left = 358
  3.   Top = 116
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'BeoPlayer Tray'
  7.   ClientHeight = 50
  8.   ClientWidth = 132
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object TaskIcon: TTaskIcon
  22.     Left = 10
  23.     Top = 10
  24.     Width = 31
  25.     Height = 31
  26.     Hint = 'BeoLink PC'
  27.     Active = False
  28.     Icon.Data = {<image000.ico>}
  29.     ShowHint = True
  30.     TaskIconID = 42424242
  31.     State = tiEnabled
  32.     Interval = 1000
  33.     WhereIcons = tiInFiles
  34.     OnClick = TaskIconClick
  35.     OnRightClick = TaskIconRightClick
  36.   end
  37.   object PopupMenu: TPopupMenu
  38.     AutoPopup = False
  39.     Left = 48
  40.     Top = 8
  41.     object PopUpExit: TMenuItem
  42.       Caption = 'Exit'
  43.       OnClick = PopUpExitClick
  44.     end
  45.   end
  46. end
  47.